std::bitset::any
From Cppreference
| bool any() const;
| ||
Checks if at least one of the bits is set to true.
Parameters
(none)
Return value
true if at least one of the bits is set to true, otherwise false
See also
| checks if all bits are set to true (public member function) | |
| checks if no bits are set to true (public member function) | |